/* style.css */
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    display: inline-block;
}

h1 {
  color: #2c3e50;
}

h2 {
  color: #2980b9;
}

h3 {
  color: #16c283;
}

p {
  line-height: 1;
}